text CSS


Posted by mijouhsieh on 2023-12-20

反選文字設定顏色

codepen

::selection {
    color: #ea1b0e;
    background-color: rgba(255,222,230,.9);
}

#css text #::selection







Related Posts

binding in fragment

binding in fragment

[Python] Using pre-commit to improve Code Readability Easily

[Python] Using pre-commit to improve Code Readability Easily

Spot the Difference - Difference in Difference

Spot the Difference - Difference in Difference


Comments